home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON06 / ACT06A / common6a.cst / 00007_DoneButton.ls < prev    next >
Encoding:
Text File  |  2003-04-30  |  121 b   |  5 lines

  1. on mouseup
  2.   set thePath=the moviePath
  3.   put "B" into char length(thePath)-1 of thePath
  4.   go to movie thePath&"L06B1"
  5. end